home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IHitchHikerservice" targetNamespace="http://www.borland.com/soapServices/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
-
- <message name="TheAnswerRequest"/>
-
- <message name="TheAnswerResponse">
-
- <part name="return" type="xs:int"/>
-
- </message>
-
- <message name="TheQuestionRequest"/>
-
- <message name="TheQuestionResponse">
-
- <part name="return" type="xs:string"/>
-
- </message>
-
- <portType name="IHitchHiker">
-
- <operation name="TheAnswer">
-
- <input message="TheAnswerRequest"/>
-
- <output message="TheAnswerResponse"/>
-
- </operation>
-
- <operation name="TheQuestion">
-
- <input message="TheQuestionRequest"/>
-
- <output message="TheQuestionResponse"/>
-
- </operation>
-
- </portType>
-
- <binding name="IHitchHikerbinding" type="IHitchHiker">
-
- <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
-
- <operation name="TheAnswer">
-
- <soap:operation soapAction="urn:HitchHiker-IHitchHiker#TheAnswer"/>
-
- <input>
-
- <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:HitchHiker-IHitchHiker"/>
-
- </input>
-
- <output>
-
- <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:HitchHiker-IHitchHiker"/>
-
- </output>
-
- </operation>
-
- <operation name="TheQuestion">
-
- <soap:operation soapAction="urn:HitchHiker-IHitchHiker#TheQuestion"/>
-
- <input>
-
- <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:HitchHiker-IHitchHiker"/>
-
- </input>
-
- <output>
-
- <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:HitchHiker-IHitchHiker"/>
-
- </output>
-
- </operation>
-
- </binding>
-
- <service name="IHitchHikerservice">
-
- <port name="IHitchHikerPort" binding="IHitchHikerbinding">
-
- <soap:address location="http://drbob42.tdmweb.com/cgi-bin/WebService42.exe/soap/IHitchHiker"/>
-
- </port>
-
- </service>
-
- </definitions>
-
-